Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use store accessor library for getter functions that refresh stale state #10

Open
wants to merge 1 commit into
base: routed-email-app
Choose a base branch
from

Conversation

naw
Copy link
Owner

@naw naw commented Dec 6, 2015

This is similar to #9 but puts the getter functions in a data access library so that the store itself doesn't have to have getter functions. This means the store can store simple objects (like normal), but when components fetch data (via the data access library), the stale data is automatically refreshed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants